home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / N-P / OmniScript 2.0.1 / Examples / Droplet Examples / Converter < prev    next >
Encoding:
Text File  |  1993-09-20  |  162 b   |  12 lines  |  [TEXT/ExPr]

  1. get $a,'APPL'
  2. test (#ret) exit
  3. accept b,'New Signature'
  4. test (#ret) exit
  5. accept c,'File Types'
  6. test (#ret) exit
  7. if #len(c)
  8.     convert $a,b,c
  9. else
  10.     convert $a,b
  11. end
  12.